The settings that control the GCF/Project Portal processors are configured in a configuration file similar to the configuration files used to control the Meridian Enterprise processors as described in Configuring the GCF processors. There should be one configuration file for each Project Portal site.
To configure the import and export processors:
On the Meridian Enterprise server where the GCF/Project Portal processors are installed, open the processor configuration file in any text editor.
Setting |
Description |
---|---|
[BlueCieloECM.InnoCielo.Collaboration.GCFProcessor] |
|
ArchiveMaxNumber |
Maximum number of imported briefcases to be stored in the archive folder. |
ArchivePath |
Folder for archived briefcases. |
BriefcaseMaxNumber |
Maximum number of documents to include in export briefcases. |
ExportLog |
|
ExportPath |
Path to outgoing briefcases. |
ImportErrorPath |
Folder for briefcases that failed to import. |
ImportLog |
Folder for import log files. |
ImportPath |
Folder for incoming briefcases if HTTP or HTTPS is used to transfer briefcases from Meridian Enterprise to Project Portal. This is a subfolder of the folder specified for the UploadFolder option described in Installing the GCF Remote Access Web Service. For example, if UploadFolder is set to C:\GCF\In, the incoming folder for a Project Portal site named |
LocalShareName |
|
ReferenceSupport |
If set to 1, the Meridian Enterprise references of the type AutoCAD External Reference are copied as subdocuments of the parent document in Project Portal. If set to 0, they are not copied. |
SynchronizeFolders |
If set to 1, the Meridian Enterprise folder properties are copied to Project Portal. If set to 0, they are not copied. |
[BlueCieloECM.InnoCielo.Collaboration.GCFDatabase] |
|
Connection string for the SQL Server database described in Creating the SQL Server database. |
|
[BlueCieloECM.InnoCielo.Collaboration.Connector] |
|
MainAttachmentOrder |
Semicolon-delimited list of extensions to apply to new files exported to Meridian Enterprise. The extensions should be listed in priority order, for example, dwg;dxf;dgn;iam;idw;ipt;sldasm;slddrw;sldprt;pdf. |
WSTimeOut |
The maximum time (in milliseconds) to wait for are response from the Project Portal web service. |
[BlueCieloECM.InnoCielo.AddOnModules.GCFBriefCase] |
|
BriefCasePassword |
Password to extract incoming briefcases. |
[BlueCieloECM.InnoCielo.AddOnModules.Logging] |
|
MailSubject |
Subject text for email notifications that are sent when errors occur during export or import. |
MailFrom |
Sender email address. |
MailTo |
Semicolon-delimited recipient email addresses. |
SMTPServer |
Email server address. |
SMTPServerPort |
Email server port number. |
MailCC |
CC email addresses. |
MailBCC |
BCC email addresses. |
[ZIP] or [RAR] |
|
AddTo |
Command line to execute to add files to outgoing briefcases. This is specified with variables similar to the briefcase settings described in the BlueCielo Meridian Enterprise Configuration Guide. For example: C:\Program Files\7-Zip\7z.exe a -tzip -r -mx9 "%Archive%" "%Folder%\*" |
Extract |
Command line to extract files from incoming briefcases. This is specified with variables similar to the briefcase settings described in the BlueCielo Meridian Enterprise Configuration Guide. For example: C:\Program Files\7-Zip\7z.exe x "%Archive%" -r -o"%Folder%" |